Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps!: update stream types #61

Merged
merged 1 commit into from
Apr 18, 2023
Merged

deps!: update stream types #61

merged 1 commit into from
Apr 18, 2023

Conversation

achingbrain
Copy link
Collaborator

libp2p streams are now explicit about the types of sync/sources they provide, showing that they are AsyncGenerators and not just AsyncIterables.

Refs: achingbrain/it-stream-types#45

BREAKING CHANGE: the type of the source/sink properties have changed

libp2p streams are now explicit about the types of sync/sources they provide, showing that they are `AsyncGenerator`s and not just
`AsyncIterable`s.

Refs: achingbrain/it-stream-types#45

BREAKING CHANGE: the type of the source/sink properties have changed
@achingbrain achingbrain merged commit 4b4ad84 into master Apr 18, 2023
github-actions bot pushed a commit that referenced this pull request Apr 18, 2023
## [6.0.0](v5.0.6...v6.0.0) (2023-04-18)

### ⚠ BREAKING CHANGES

* the type of the source/sink properties have changed

### Bug Fixes

* fix ci script ([af5c774](af5c774))

### Dependencies

* update stream types ([#61](#61)) ([4b4ad84](4b4ad84))
@github-actions
Copy link

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant